home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 49
/
Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso
/
+system+
/
tools
/
disk_tools
/
statram3
/
mountlist
< prev
next >
Wrap
Text File
|
1998-09-07
|
523b
|
27 lines
/*
* Recoverable RAM disk mount entry
*
* The maximum size of the disk is controlled by the value of the HighCyl
* line. Increasing this value by 1 consumes an additional 11K of RAM.
* So the default value of 79 consumes, when the disk full, around 880K of
* memory.
*/
SD0:
Device = statram.device
Unit = 0
Flags = 0
Surfaces = 2
BlocksPerTrack = 11
Reserved = 2
Interleave = 0
LowCyl = 0
HighCyl = 79
Buffers = 5
BufMemType = 1
StackSize = 600
Priority = 5
DosType = 0x444F5301
Mount = 1
#